Vcenter Lcm Discovery InteropReport Result
The Vcenter Lcm Discovery InteropReport Result schema contains the result of interoperability report creation operation.
{
"report": {
"date_created": "string",
"target_product": {
"installed_product": "string",
"name": "string",
"version": "string",
"target_version": "string",
"deployments": [
"string"
],
"auto": false
},
"products": [
{
"product": {
"installed_product": "string",
"name": "string",
"version": "string",
"target_version": "string",
"deployments": [
"string"
],
"auto": false
},
"compatible": false,
"compatible_releases": [
{
"version": "string",
"note": "string"
}
]
}
],
"issues": {
"info": [
{
"id": "string",
"time": "string",
"message": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
},
"resolution": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
}
],
"warnings": [
{
"id": "string",
"time": "string",
"message": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
},
"resolution": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
}
],
"errors": [
{
"id": "string",
"time": "string",
"message": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
},
"resolution": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
}
]
},
"summary": {
"compatible_count": 0,
"incompatible_count": 0
}
},
"csv_report": "string"
}
The interoperability report.
The identifier of CSV formatted interopability report.
com.vmware.vcenter.lcm.report.Report#get provides location where the CSV report can be downloaded from based on the csvReport.
missing or null
in case of errors reported in Vcenter Lcm Discovery InteropReport Report.issues.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.lcm.report
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.lcm.report
.